Opc.Ua.Core
Find(NodeId,Boolean) Method



Opc.Ua Namespace > IReferenceDictionary<T> Class > Find Method : Find(NodeId,Boolean) Method
The reference type identifier.
if set to true this is inverse reference.
Returns a list of references that match the direction and reference type.
Syntax
'Declaration
 
Public Overloads Function Find( _
   ByVal referenceTypeId As NodeId, _
   ByVal isInverse As Boolean _
) As IList(Of IReference)
'Usage
 
Dim instance As IReferenceDictionary(Of T)
Dim referenceTypeId As NodeId
Dim isInverse As Boolean
Dim value As IList(Of IReference)
 
value = instance.Find(referenceTypeId, isInverse)

Parameters

referenceTypeId
The reference type identifier.
isInverse
if set to true this is inverse reference.

Return Value

A list of references that match the direction and reference type.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IReferenceDictionary<T> Class
IReferenceDictionary<T> Members
Overload List